home *** CD-ROM | disk | FTP | other *** search
- onClipEvent(load){
- function distinguiFaccia(rate)
- {
- if(rate <= 10)
- {
- return 1;
- }
- if(rate < 60 && rate > 10)
- {
- return 2;
- }
- if(rate >= 60 && rate < 80)
- {
- return 3;
- }
- if(rate >= 80)
- {
- i = Math.floor(Math.random() * 200);
- if(i >= 190 && _root.controllerBonus.condition == false)
- {
- _root.controllerBonus.condition = true;
- }
- return 4;
- }
- }
- _root.gamestopped = false;
- this._rotation = 0;
- step = 5;
- changed = true;
- oldfaccia = 1;
- }
-